home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 008a / acd114.zip / ACD_COL.P22 next >
Text File  |  1991-10-20  |  1KB  |  35 lines

  1. ; Example for PATCHING the colors in ACD.EXE using PATCH22
  2. ;
  3. ; CALL:
  4. ;
  5. ;     patch22 @acd_col.p22
  6. ;
  7. ; The colors to choose from are:
  8. ;
  9. ;          Dark Colors         ║
  10. ;         (Foreground &        ║  Light Colors
  11. ;          Background)         ║  (Foreground)
  12. ;        ═══════════╤══════════╬══════════════╤════
  13. ;         Black     │ 0  (00)  ║ DarkGray     │  8 (08)
  14. ;         Blue      │ 1  (01)  ║ LightBlue    │  9 (09)
  15. ;         Green     │ 2  (02)  ║ LightGreen   │ 10 (0A)
  16. ;         Cyan      │ 3  (03)  ║ LightCyan    │ 11 (0B)
  17. ;         Red       │ 4  (04)  ║ LightRed     │ 12 (0C)
  18. ;         Magenta   │ 5  (05)  ║ LightMagenta │ 13 (0D)
  19. ;         Brown     │ 6  (06)  ║ Yellow       │ 14 (0E)
  20. ;         LightGray │ 7  (07)  ║ White        │ 15 (0F)
  21. ;
  22. ;
  23. ; This patch would give you by default a blue background (Hex 01) with
  24. ; yellow characters (Hex 0E).
  25. ;
  26. acd.exe ?\h2A2E2A?\h2A2E2A010E?
  27. ;
  28. ;
  29. ; This patch would restore the original default colors:
  30. ; black background (Hex 00) with white characters (Hex 0F)
  31. ; (uncomment the following line)
  32. ; acd.exe ?\h2A2E2A?\h2A2E2A000F?
  33. ;
  34.  
  35.